home *** CD-ROM | disk | FTP | other *** search
/ NeXT Education Software Sampler 1992 Fall / NeXT Education Software Sampler 1992 Fall.iso / Programming / Source / LibraryOfCongress / LibraryOfCongress.app / errors < prev    next >
Encoding:
Text File  |  1992-08-06  |  5.1 KB  |  85 lines

  1. cc  -O -g -Wall  -c Storm.m -o obj/Storm.o
  2. Storm.m: In function confirm:
  3. Storm.m:44: warning: type mismatch with previous external decl
  4. /usr/include/appkit/Application.h:44: warning: previous external decl of `NXApp'
  5. Storm.m:46: warning: illegal receiver type `int '
  6. Storm.m:46: warning: argument passing of pointer from integer lacks a cast
  7. Storm.m: In function pgets:
  8. Storm.m:113: warning: implicit declaration of function `cleanEsc'
  9. Storm.m: In function cleanEsc:
  10. Storm.m:268: warning: return-type defaults to `int'
  11. Storm.m: In method `query:'
  12. Storm.m:317: warning: implicit declaration of function `enableMore'
  13. Storm.m:318: warning: implicit declaration of function `resetItems'
  14. Storm.m: In function reload:
  15. Storm.m:341: warning: return-type defaults to `int'
  16. Storm.m:346: warning: control reaches end of non-void function
  17. Storm.m: In function enableMore:
  18. Storm.m:371: warning: return-type defaults to `int'
  19. Storm.m:371: warning: type of `n' defaults to `int'
  20. Storm.m:372: warning: return of integer from pointer lacks a cast
  21. Storm.m: In function orderForm:
  22. Storm.m:482: warning: implicit declaration of function `getenv'
  23. Storm.m:482: warning: assignment of pointer from integer lacks a cast
  24. Storm.m:486: warning: control reaches end of non-void function
  25. Storm.m: In method `sendOrder:'
  26. Storm.m:519: warning: implicit declaration of function `system'
  27. Storm.m:531: warning: implicit declaration of function `getpid'
  28. Storm.m:538: warning: implicit declaration of function `write'
  29. Storm.m:548: warning: implicit declaration of function `unlink'
  30. Storm.m:553: warning: implicit declaration of function `read'
  31. cc -O -g -Wall -sectcreate __ICON __header LibraryOfCongress.iconheader -segprot __ICON r r -sectcreate __ICON app app.tiff -sectcreate __NIB LibraryOfCongress.nib LibraryOfCongress.nib -segprot __NIB r r -o LibraryOfCongress obj/DefaultHandler.o obj/MyMenuCell.o obj/Process.o obj/Storm.o obj/LibraryOfCongress_main.o obj/misc.o obj/state.o obj/util.o -lNeXT_s -lsys_s
  32. cc  -O -g -Wall  -c Storm.m -o obj/Storm.o
  33. Storm.m: In function confirm:
  34. Storm.m:39: warning: type mismatch with previous external decl
  35. /usr/include/appkit/Application.h:44: warning: previous external decl of `NXApp'
  36. Storm.m:41: warning: illegal receiver type `int '
  37. Storm.m:41: warning: argument passing of pointer from integer lacks a cast
  38. Storm.m: In function monitorMail:
  39. Storm.m:93: warning: implicit declaration of function `system'
  40. Storm.m: In function monitor:
  41. Storm.m:99: warning: implicit declaration of function `getenv'
  42. Storm.m: In function pgets:
  43. Storm.m:132: warning: implicit declaration of function `cleanEsc'
  44. Storm.m: In function prettyFormat:
  45. Storm.m:208: warning: return-type defaults to `int'
  46. Storm.m:222: warning: control reaches end of non-void function
  47. Storm.m: In function hackToEnforceFonts:
  48. Storm.m:231: warning: return-type defaults to `int'
  49. Storm.m:251: warning: argument passing between incompatible pointer types
  50. Storm.m:253: warning: control reaches end of non-void function
  51. Storm.m: In method `textWillConvert:fromFont:toFont:'
  52. Storm.m:263: warning: argument passing between incompatible pointer types
  53. Storm.m: In function setText:
  54. Storm.m:294: warning: cannot find method.
  55. Storm.m:294: warning: return type for `enableOrder' defaults to id
  56. Storm.m:295: warning: cannot find method.
  57. Storm.m:295: warning: return type for `disableOrder' defaults to id
  58. Storm.m: In function setFile:
  59. Storm.m:315: warning: cannot find method.
  60. Storm.m:315: warning: return type for `disableOrder' defaults to id
  61. Storm.m: In function cleanEsc:
  62. Storm.m:346: warning: return-type defaults to `int'
  63. Storm.m: In method `query:'
  64. Storm.m:395: warning: implicit declaration of function `enableMore'
  65. Storm.m:396: warning: implicit declaration of function `resetItems'
  66. Storm.m:402: warning: implicit declaration of function `fixItem'
  67. Storm.m: In function reload:
  68. Storm.m:423: warning: return-type defaults to `int'
  69. Storm.m:428: warning: control reaches end of non-void function
  70. Storm.m: In function enableMore:
  71. Storm.m:457: warning: return-type defaults to `int'
  72. Storm.m:457: warning: type of `n' defaults to `int'
  73. Storm.m:458: warning: return of integer from pointer lacks a cast
  74. Storm.m: In function orderForm:
  75. Storm.m:568: warning: assignment of pointer from integer lacks a cast
  76. Storm.m:572: warning: control reaches end of non-void function
  77. Storm.m: In method `sendOrder:'
  78. Storm.m:626: warning: implicit declaration of function `execstr'
  79. Storm.m:631: warning: implicit declaration of function `getpid'
  80. Storm.m:638: warning: implicit declaration of function `write'
  81. Storm.m:649: warning: implicit declaration of function `unlink'
  82. Storm.m:654: warning: implicit declaration of function `read'
  83. Storm.m:609: warning: unused variable `t'
  84. cc -O -g -Wall -sectcreate __ICON __header LibraryOfCongress.iconheader -segprot __ICON r r -sectcreate __ICON app app.tiff -sectcreate __NIB LibraryOfCongress.nib LibraryOfCongress.nib -sectcreate __NIB License.nib License.nib -segprot __NIB r r -o LibraryOfCongress obj/ColorBars.o obj/ColorScroller.o obj/Defaults.o obj/License.o obj/MyMenuCell.o obj/Process.o obj/Storm.o obj/LibraryOfCongress_main.o obj/misc.o obj/state.o obj/util.o -lNeXT_s -lsys_s
  85.